/*  Font Awesome
    the iconic font designed for use with Twitter Bootstrap
    -------------------------------------------------------
    The full suite of pictographic icons, examples, and documentation
    can be found at: http://fortawesome.github.com/Font-Awesome/

    License
    -------------------------------------------------------
    The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0:
    http://creativecommons.org/licenses/by/3.0/ A mention of
    'Font Awesome - http://fortawesome.github.com/Font-Awesome' in human-readable
    source code is considered acceptable attribution (most common on the web).
    If human readable source code is not available to the end user, a mention in
    an 'About' or 'Credits' screen is considered acceptable (most common in desktop
    or mobile software).

    Contact
    -------------------------------------------------------
    Email: dave@davegandy.com
    Twitter: http://twitter.com/fortaweso_me
    Work: http://lemonwi.se co-founder

    */
@font-face {
  font-family: "FontAwesome";
  src: url('../fontawesome-webfont.eot');
  src: url('../fontawesome-webfont.eot?#iefix') format('eot'), url('../fontawesome-webfont.woff') format('woff'), url('../fontawesome-webfont.ttf') format('truetype'), url('../fontawesome-webfont.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*  Font Awesome styles
    ------------------------------------------------------- */

.iconized {}

[class^="icon_"]:before, [class*=" icon_"]:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
font-size: 1.45em;
vertical-align:middle;
}
a [class^="icon_"], a [class*=" icon_"] {
  display: inline-block;
  text-decoration: inherit;
}
/* makes the font 33% larger relative to the icon container */
.icon_large:before {
  vertical-align: top;
  font-size: 1.333333333333333em;
}
.btn [class^="icon_"], .btn [class*=" icon_"] {
  /* keeps button heights with and without icons the same */

  line-height: .9em;
}
li [class^="icon_"], li [class*=" icon_"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;

}
li .icon_large[class^="icon_"], li .icon_large[class*=" icon_"] {
  /* 1.5 increased font size for icon_large * 1.25 width */

  width: 1.875em;
}
li[class^="icon_"], li[class*=" icon_"] {
  margin-left: 0;
  list-style-type: none;
}
li[class^="icon_"]:before, li[class*=" icon_"]:before {
  text-indent: -2em;
  text-align: center;
}
li[class^="icon_"].icon_large:before, li[class*=" icon_"].icon_large:before {
  text-indent: -1.3333333333333333em;
}
/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.icon_glass:before                { content: "\f000"; }
.icon_music:before                { content: "\f001"; }
.icon_search:before               { content: "\f002"; }
.icon_envelope:before             { content: "\f003"; }
.icon_heart:before                { content: "\f004"; }
.icon_star:before                 { content: "\f005"; }
.icon_star_empty:before           { content: "\f006"; }
.icon_user:before                 { content: "\f007"; }
.icon_film:before                 { content: "\f008"; }
.icon_th_large:before             { content: "\f009"; }
.icon_th:before                   { content: "\f00a"; }
.icon_th_list:before              { content: "\f00b"; }
.icon_ok:before                   { content: "\f00c"; }
.icon_remove:before               { content: "\f00d"; }
.icon_zoom_in:before              { content: "\f00e"; }

.icon_zoom-out:before             { content: "\f010"; }
.icon_off:before                  { content: "\f011"; }
.icon_signal:before               { content: "\f012"; }
.icon_cog:before                  { content: "\f013"; }
.icon_trash:before                { content: "\f014"; }
.icon_home:before                 { content: "\f015"; }
.icon_file:before                 { content: "\f016"; }
.icon_time:before                 { content: "\f017"; }
.icon_road:before                 { content: "\f018"; }
.icon_download_alt:before         { content: "\f019"; }
.icon_download:before             { content: "\f01a"; }
.icon_upload:before               { content: "\f01b"; }
.icon_inbox:before                { content: "\f01c"; }
.icon_play_circle:before          { content: "\f01d"; }
.icon_repeat:before               { content: "\f01e"; }

/* \f020 doesn't work in Safari. all shifted one down */
.icon_refresh:before              { content: "\f021"; }
.icon_list_alt:before             { content: "\f022"; }
.icon_lock:before                 { content: "\f023"; }
.icon_flag:before                 { content: "\f024"; }
.icon_headphones:before           { content: "\f025"; }
.icon_volume_off:before           { content: "\f026"; }
.icon_volume_down:before          { content: "\f027"; }
.icon_volume_up:before            { content: "\f028"; }
.icon_qrcode:before               { content: "\f029"; }
.icon_barcode:before              { content: "\f02a"; }
.icon_tag:before                  { content: "\f02b"; }
.icon_tags:before                 { content: "\f02c"; }
.icon_book:before                 { content: "\f02d"; }
.icon_bookmark:before             { content: "\f02e"; }
.icon_print:before                { content: "\f02f"; }

.icon_camera:before               { content: "\f030"; }
.icon_font:before                 { content: "\f031"; }
.icon_bold:before                 { content: "\f032"; }
.icon_italic:before               { content: "\f033"; }
.icon_text_height:before          { content: "\f034"; }
.icon_text_width:before           { content: "\f035"; }
.icon_align_left:before           { content: "\f036"; }
.icon_align_center:before         { content: "\f037"; }
.icon_align_right:before          { content: "\f038"; }
.icon_align_justify:before        { content: "\f039"; }
.icon_list:before                 { content: "\f03a"; }
.icon_indent_left:before          { content: "\f03b"; }
.icon_indent_right:before         { content: "\f03c"; }
.icon_facetime_video:before       { content: "\f03d"; }
.icon_picture:before              { content: "\f03e"; }

.icon_pencil:before               { content: "\f040"; }
.icon_map_marker:before           { content: "\f041"; }
.icon_adjust:before               { content: "\f042"; }
.icon_tint:before                 { content: "\f043"; }
.icon_edit:before                 { content: "\f044"; }
.icon_share:before                { content: "\f045"; }
.icon_check:before                { content: "\f046"; }
.icon_move:before                 { content: "\f047"; }
.icon_step_backward:before        { content: "\f048"; }
.icon_fast_backward:before        { content: "\f049"; }
.icon_backward:before             { content: "\f04a"; }
.icon_play:before                 { content: "\f04b"; }
.icon_pause:before                { content: "\f04c"; }
.icon_stop:before                 { content: "\f04d"; }
.icon_forward:before              { content: "\f04e"; }

.icon_fast_forward:before         { content: "\f050"; }
.icon_step_forward:before         { content: "\f051"; }
.icon_eject:before                { content: "\f052"; }
.icon_chevron_left:before         { content: "\f053"; }
.icon_chevron_right:before        { content: "\f054"; }
.icon_plus_sign:before            { content: "\f055"; }
.icon_minus_sign:before           { content: "\f056"; }
.icon_remove_sign:before          { content: "\f057"; }
.icon_ok_sign:before              { content: "\f058"; }
.icon_question_sign:before        { content: "\f059"; }
.icon_info_sign:before            { content: "\f05a"; }
.icon_screenshot:before           { content: "\f05b"; }
.icon_remove_circle:before        { content: "\f05c"; }
.icon_ok_circle:before            { content: "\f05d"; }
.icon_ban_circle:before           { content: "\f05e"; }

.icon_arrow_left:before           { content: "\f060"; }
.icon_arrow_right:before          { content: "\f061"; }
.icon_arrow_up:before             { content: "\f062"; }
.icon_arrow_down:before           { content: "\f063"; }
.icon_share_alt:before            { content: "\f064"; }
.icon_resize_full:before          { content: "\f065"; }
.icon_resize_small:before         { content: "\f066"; }
.icon_plus:before                 { content: "\f067"; }
.icon_minus:before                { content: "\f068"; }
.icon_asterisk:before             { content: "\f069"; }
.icon_exclamation_sign:before     { content: "\f06a"; }
.icon_gift:before                 { content: "\f06b"; }
.icon_leaf:before                 { content: "\f06c"; }
.icon_fire:before                 { content: "\f06d"; }
.icon_eye_open:before             { content: "\f06e"; }

.icon_eye_close:before            { content: "\f070"; }
.icon_warning_sign:before         { content: "\f071"; }
.icon_plane:before                { content: "\f072"; }
.icon_calendar:before             { content: "\f073"; }
.icon_random:before               { content: "\f074"; }
.icon_comment:before              { content: "\f075"; }
.icon_magnet:before               { content: "\f076"; }
.icon_chevron_up:before           { content: "\f077"; }
.icon_chevron_down:before         { content: "\f078"; }
.icon_retweet:before              { content: "\f079"; }
.icon_shopping_cart:before        { content: "\f07a"; }
.icon_folder_close:before         { content: "\f07b"; }
.icon_folder_open:before          { content: "\f07c"; }
.icon_resize_vertical:before      { content: "\f07d"; }
.icon_resize_horizontal:before    { content: "\f07e"; }

.icon_bar_chart:before            { content: "\f080"; }
.icon_twitter_sign:before         { content: "\f081"; }
.icon_facebook_sign:before        { content: "\f082"; }
.icon_camera_retro:before         { content: "\f083"; }
.icon_key:before                  { content: "\f084"; }
.icon_cogs:before                 { content: "\f085"; }
.icon_comments:before             { content: "\f086"; }
.icon_thumbs_up:before            { content: "\f087"; }
.icon_thumbs_down:before          { content: "\f088"; }
.icon_star_half:before            { content: "\f089"; }
.icon_heart_empty:before          { content: "\f08a"; }
.icon_signout:before              { content: "\f08b"; }
.icon_linkedin_sign:before        { content: "\f08c"; }
.icon_pushpin:before              { content: "\f08d"; }
.icon_external_link:before        { content: "\f08e"; }

.icon_signin:before               { content: "\f090"; }
.icon_trophy:before               { content: "\f091"; }
.icon_github_sign:before          { content: "\f092"; }
.icon_upload_alt:before           { content: "\f093"; }
.icon_lemon:before                { content: "\f094"; }
.icon_phone:before                { content: "\f095"; }
.icon_check_empty:before          { content: "\f096"; }
.icon_bookmark_empty:before       { content: "\f097"; }
.icon_phone_sign:before           { content: "\f098"; }
.icon_twitter:before              { content: "\f099"; }
.icon_facebook:before             { content: "\f09a"; }
.icon_github:before               { content: "\f09b"; }
.icon_unlock:before               { content: "\f09c"; }
.icon_credit_card:before          { content: "\f09d"; }
.icon_rss:before                  { content: "\f09e"; }

.icon_hdd:before                  { content: "\f0a0"; }
.icon_bullhorn:before             { content: "\f0a1"; }
.icon_bell:before                 { content: "\f0a2"; }
.icon_certificate:before          { content: "\f0a3"; }
.icon_hand_right:before           { content: "\f0a4"; }
.icon_hand_left:before            { content: "\f0a5"; }
.icon_hand_up:before              { content: "\f0a6"; }
.icon_hand_down:before            { content: "\f0a7"; }
.icon_circle_arrow_left:before    { content: "\f0a8"; }
.icon_circle_arrow_right:before   { content: "\f0a9"; }
.icon_circle_arrow_up:before      { content: "\f0aa"; }
.icon_circle_arrow_down:before    { content: "\f0ab"; }
.icon_globe:before                { content: "\f0ac"; }
.icon_wrench:before               { content: "\f0ad"; }
.icon_tasks:before                { content: "\f0ae"; }

.icon_filter:before               { content: "\f0b0"; }
.icon_briefcase:before            { content: "\f0b1"; }
.icon_fullscreen:before           { content: "\f0b2"; }

.icon_group:before                { content: "\f0c0"; }
.icon_link:before                 { content: "\f0c1"; }
.icon_cloud:before                { content: "\f0c2"; }
.icon_beaker:before               { content: "\f0c3"; }
.icon_cut:before                  { content: "\f0c4"; }
.icon_copy:before                 { content: "\f0c5"; }
.icon_paper_clip:before           { content: "\f0c6"; }
.icon_save:before                 { content: "\f0c7"; }
.icon_sign_blank:before           { content: "\f0c8"; }
.icon_reorder:before              { content: "\f0c9"; }
.icon_list_ul:before              { content: "\f0ca"; }
.icon_list_ol:before              { content: "\f0cb"; }
.icon_strikethrough:before        { content: "\f0cc"; }
.icon_underline:before            { content: "\f0cd"; }
.icon_table:before                { content: "\f0ce"; }

.icon_magic:before                { content: "\f0d0"; }
.icon_truck:before                { content: "\f0d1"; }
.icon_pinterest:before            { content: "\f0d2"; }
.icon_pinterest_sign:before       { content: "\f0d3"; }
.icon_google_plus_sign:before     { content: "\f0d4"; }
.icon_google_plus:before          { content: "\f0d5"; }
.icon_money:before                { content: "\f0d6"; }
.icon_caret_down:before           { content: "\f0d7"; }
.icon_caret_up:before             { content: "\f0d8"; }
.icon_caret_left:before           { content: "\f0d9"; }
.icon_caret_right:before          { content: "\f0da"; }
.icon_columns:before              { content: "\f0db"; }
.icon_sort:before                 { content: "\f0dc"; }
.icon_sort_down:before            { content: "\f0dd"; }
.icon_sort_up:before              { content: "\f0de"; }

.icon_envelope_alt:before         { content: "\f0e0"; }
.icon_linkedin:before             { content: "\f0e1"; }
.icon_undo:before                 { content: "\f0e2"; }
.icon_legal:before                { content: "\f0e3"; }
.icon_dashboard:before            { content: "\f0e4"; }
.icon_comment_alt:before          { content: "\f0e5"; }
.icon_comments_alt:before         { content: "\f0e6"; }
.icon_bolt:before                 { content: "\f0e7"; }
.icon_sitemap:before              { content: "\f0e8"; }
.icon_umbrella:before             { content: "\f0e9"; }
.icon_paste:before                { content: "\f0ea"; }

.icon_user-md:before              { content: "\f200"; }